diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-23 16:21:17 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-23 16:21:17 +0200 |
| commit | 4562f4ae1cdd88ae398ade0a0e4224b47b1a318e (patch) | |
| tree | cc5b78d83282a573f824efb6710f7980e868e624 | |
| parent | 20b921853080ead981e276ab5dc1c331c1e891c3 (diff) | |
| download | nix-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.nix | 8 |
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; |
