Compare commits
No commits in common. "7afcfbac2b2d32ccc9a213ec385cf9e9b5213c88" and "4676c9e91d202d995e07df6121c7949b91a6ec6b" have entirely different histories.
7afcfbac2b
...
4676c9e91d
|
@ -37,8 +37,6 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
users.users.tvb = {
|
||||
extraGroups = [ "networkmanager" ];
|
||||
};
|
||||
|
|
|
@ -47,7 +47,6 @@ in {
|
|||
networking.hostName = cfg.hostName;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
environment.etc.nixos.source = ./..;
|
||||
environment.shellAliases.nr = "sudo nixos-rebuild --flake $HOME/nixos-configs";
|
||||
}
|
||||
|
||||
(mkIf cfg.defaults.time {
|
||||
|
|
Loading…
Reference in New Issue