mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 15:53:55 -05:00
organizational cleanups
This commit is contained in:
parent
43ef154e7f
commit
8c2b1464a2
|
@ -23,7 +23,6 @@
|
|||
rustboro = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
./hosts/rustboro
|
||||
./nix
|
||||
./flatpak
|
||||
|
@ -31,6 +30,7 @@
|
|||
./network
|
||||
./desktop/gnome
|
||||
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
# make home-manager as a module of nixos
|
||||
# so that home-manager configuration will be deployed automatically when executing `nixos-rebuild switch`
|
||||
home-manager.nixosModules.home-manager
|
||||
|
@ -50,7 +50,6 @@
|
|||
aly-yoga9i = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
./configuration.nix
|
||||
./nix
|
||||
./flatpak
|
||||
|
@ -58,6 +57,7 @@
|
|||
./network
|
||||
./desktop/gnome
|
||||
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
# make home-manager as a module of nixos
|
||||
# so that home-manager configuration will be deployed automatically when executing `nixos-rebuild switch`
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
system.autoUpgrade.enable = false;
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
|
||||
# Delete generations older than 2 days.
|
||||
# Delete generations older than 7 days.
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
|
|
Loading…
Reference in a new issue