stuff
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
programs.dconf.enable = true;
|
||||
|
||||
# set root user pwd
|
||||
users.users.root.password = "changeme";
|
||||
#users.users.root.password = "changeme";
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Vienna";
|
||||
@@ -40,6 +40,13 @@
|
||||
|
||||
services.openssh.settings.GatewayPorts = "clientspecified";
|
||||
|
||||
# add extre nix registries
|
||||
nix.registry = {
|
||||
ni.flake = inputs.nixpkgs;
|
||||
nu.flake = inputs.nixpkgs-unstable;
|
||||
me.flake = self;
|
||||
};
|
||||
|
||||
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
||||
Reference in New Issue
Block a user