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

@@ -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