feat: prepare initial fortress host

This commit is contained in:
2026-04-10 16:06:09 +02:00
parent 8e5557921d
commit f85980190e
3 changed files with 126 additions and 0 deletions

View File

@@ -100,6 +100,21 @@ in
];
};
fortress = mkHost "fortress" {
system = "x86_64-linux";
user = "matej";
features = [
"localisation"
"gnupg"
"shell-minimal"
"desktop-minimal"
"sway"
"greeter"
"networkmanager"
"yubikey"
];
};
ephvm = mkHost "ephvm" {
system = "x86_64-linux";
user = "matej";