aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-23 16:21:17 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-23 16:21:17 +0200
commit4562f4ae1cdd88ae398ade0a0e4224b47b1a318e (patch)
treecc5b78d83282a573f824efb6710f7980e868e624
parent20b921853080ead981e276ab5dc1c331c1e891c3 (diff)
downloadnix-infra-4562f4ae1cdd88ae398ade0a0e4224b47b1a318e.tar.gz
nix-infra-4562f4ae1cdd88ae398ade0a0e4224b47b1a318e.tar.bz2
nix-infra-4562f4ae1cdd88ae398ade0a0e4224b47b1a318e.zip
snapshot: Mi 23. Apr 16:21:17 CEST 2025
-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;