1
1
Fork 0

Compare commits

..

No commits in common. "7afcfbac2b2d32ccc9a213ec385cf9e9b5213c88" and "4676c9e91d202d995e07df6121c7949b91a6ec6b" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -37,8 +37,6 @@
pulse.enable = true; pulse.enable = true;
}; };
services.printing.enable = true;
users.users.tvb = { users.users.tvb = {
extraGroups = [ "networkmanager" ]; extraGroups = [ "networkmanager" ];
}; };

View File

@ -47,7 +47,6 @@ in {
networking.hostName = cfg.hostName; networking.hostName = cfg.hostName;
nix.extraOptions = "experimental-features = nix-command flakes"; nix.extraOptions = "experimental-features = nix-command flakes";
environment.etc.nixos.source = ./..; environment.etc.nixos.source = ./..;
environment.shellAliases.nr = "sudo nixos-rebuild --flake $HOME/nixos-configs";
} }
(mkIf cfg.defaults.time { (mkIf cfg.defaults.time {