Files
nix-flake/hosts/nix-axolotsh/users.nix
2026-01-28 11:41:51 +03:00

3 lines
78 B
Nix

{ self, ... } : {
imports = [ "${self}/modules/system/default-user.nix" ];
}