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