Add dingserver flake
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
nixosConfigurations = {
|
||||
dingbox = hostSystem { hostname = "dingbox"; };
|
||||
miniding = hostSystem { hostname = "miniding"; };
|
||||
dingserver = hostSystem { hostname = "dingserver"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -17,6 +17,13 @@
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.ens3.useDHCP = true;
|
||||
|
||||
# nix flakes compatibility
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
|
||||
users.users.daniel = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
|
||||
Reference in New Issue
Block a user