aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srv/hadante/configuration.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index e553877..d19b8f8 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -17,6 +17,14 @@
inputs.home-manager.nixosModules.home-manager
];
+ options = {
+ user = lib.mkOption {
+ type = lib.types.uniq lib.types.str;
+ description = "The main user name";
+
+ };
+ };
+
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;