Added pm01vm01 configuration

This commit is contained in:
2024-10-11 17:14:39 +02:00
parent f448912c47
commit 35e96ccfb6
5 changed files with 111 additions and 9 deletions

View File

@@ -19,6 +19,13 @@
Define the host of the machine
'';
};
headless = lib.mkOption {
type = with lib.types; bool;
description = ''
Is this machine headless?
'';
};
};
config = {
@@ -28,6 +35,7 @@
};
host = "xv-desktop";
headless = false;
home.packages = with pkgs; [
unstable.prismlauncher