1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak 7afcfbac2b beatific: alias nixos-rebuild to nr 2023-12-18 12:39:12 -08:00
Tim Van Baak c0cbd43411 imperium: enable printing 2023-12-18 12:38:47 -08:00
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -47,6 +47,7 @@ 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 {