make configuration.nix host agnostic and add nix-conv

This commit is contained in:
2024-12-13 15:57:06 +01:00
parent 2668121c52
commit 00004c69f5
3 changed files with 16 additions and 9 deletions

View File

@@ -36,11 +36,6 @@
};
networking.hostName = "nix-desk"; # Define your hostname.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# required for ZFS
networking.hostId = "00000001";
# Set your time zone.
time.timeZone = "Europe/Berlin";
@@ -105,10 +100,6 @@
htop
];
# allow specific users to affect system configuration
users.groups.nixos-admins = {};
users.users.root.extraGroups = [ "nixos-admins" ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;