Added pm01vm01 configuration
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user