Added pm01vm01 configuration
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
Define the host of the machine
|
||||
'';
|
||||
};
|
||||
|
||||
headless = lib.mkOption {
|
||||
type = with lib.types; bool;
|
||||
description = ''
|
||||
Is this machine headless?
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
@@ -33,6 +40,7 @@
|
||||
};
|
||||
|
||||
host = "xv-laptop";
|
||||
headless = false;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Desktop Applications
|
||||
|
Reference in New Issue
Block a user