Compare commits
2 Commits
4676c9e91d
...
7afcfbac2b
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 7afcfbac2b | |
Tim Van Baak | c0cbd43411 |
|
@ -37,6 +37,8 @@
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.printing.enable = true;
|
||||||
|
|
||||||
users.users.tvb = {
|
users.users.tvb = {
|
||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,6 +47,7 @@ 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 {
|
||||||
|
|
Loading…
Reference in New Issue