mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
there's no way this could go wrong!
This commit is contained in:
parent
da39d7792d
commit
28f72dee5b
31 changed files with 36 additions and 32 deletions
|
|
@ -121,5 +121,5 @@ _:
|
|||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
_file = ./main.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,5 +23,5 @@ _:
|
|||
commit.gpgsign = true;
|
||||
};
|
||||
};
|
||||
_file = ./git.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -191,5 +191,5 @@
|
|||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
_file = ./main.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ _:
|
|||
createDatabase = true;
|
||||
};
|
||||
};
|
||||
_file = ./gitea.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,5 +100,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
_file = ./minecraft.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ _:
|
|||
defaultPhoneRegion = "US";
|
||||
};
|
||||
};
|
||||
_file = ./nextcloud.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,5 +67,5 @@ _:
|
|||
80
|
||||
443
|
||||
];
|
||||
_file = ./nginx.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ _:
|
|||
RestartSec = "30s";
|
||||
};
|
||||
};
|
||||
_file = ./parrot.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ _:
|
|||
|
||||
settings.unix_socket_permissions = "0770";
|
||||
};
|
||||
_file = ./postgresql.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,5 +36,5 @@ _:
|
|||
ui.theme_args.simple_style = "dark";
|
||||
};
|
||||
};
|
||||
_file = ./searxng.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,5 +31,5 @@ in
|
|||
misc = "282a36";
|
||||
};
|
||||
};
|
||||
_file = ./spicetify.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -193,5 +193,5 @@ in
|
|||
"L+ /var/lib/libvirt/hooks/qemu - - - - ${lib.getExe qemuHook}"
|
||||
"L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}"
|
||||
];
|
||||
_file = ./vfio.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,5 +78,5 @@ _:
|
|||
};
|
||||
};
|
||||
};
|
||||
_file = ./zfs.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,5 +42,5 @@
|
|||
};
|
||||
|
||||
sound.enable = false;
|
||||
_file = ./default.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -87,5 +87,5 @@ _:
|
|||
size = 8 * 1024;
|
||||
}
|
||||
];
|
||||
_file = ./main.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,11 @@ rec {
|
|||
(lib.removeSuffix ".nix")
|
||||
(lib.removePrefix "${toString path}/")
|
||||
];
|
||||
value = name;
|
||||
value = lib.pipe name [
|
||||
builtins.readFile
|
||||
(builtins.replaceStrings (lib.singleton "#_f") (lib.singleton ''_file = "${name}";''))
|
||||
(builtins.toFile (builtins.baseNameOf path))
|
||||
];
|
||||
})
|
||||
(listNixFilesRecursive path)
|
||||
);
|
||||
|
|
@ -149,5 +153,5 @@ rec {
|
|||
|
||||
))
|
||||
];
|
||||
_file = ./default.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,5 +110,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
_file = ./dwm.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,5 +48,5 @@ _:
|
|||
displayManager.defaultSession = "gnome";
|
||||
};
|
||||
};
|
||||
_file = ./gnome.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ _:
|
|||
displayManager.defaultSession = "xfce";
|
||||
};
|
||||
};
|
||||
_file = ./xfce.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ _:
|
|||
};
|
||||
};
|
||||
};
|
||||
_file = ./autoLogin.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,5 +43,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
_file = ./lightDM.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ _:
|
|||
excludePackages = [pkgs.xterm];
|
||||
desktopManager.xterm.enable = false;
|
||||
};
|
||||
_file = ./X11.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,5 +85,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
_file = ./misc.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,5 +97,5 @@ _:
|
|||
}
|
||||
)
|
||||
];
|
||||
_file = ./builders.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,5 +41,5 @@ in
|
|||
};
|
||||
}
|
||||
];
|
||||
_file = ./hardware.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,5 +12,5 @@ _:
|
|||
gerg-desktop_fingerprint = "BQxvBOWsTw1gdNDR0KzrSRmbVhDrJdG05vYXkVmw8yA";
|
||||
gerg_gerg-desktop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJWbwkFJmRBgyWyWU+w3ksZ+KuFw9uXJN3PwqqE7Z/i8";
|
||||
};
|
||||
_file = ./keys.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,5 +59,5 @@ _:
|
|||
# Useless with flakes (without configuring)
|
||||
programs.command-not-found.enable = false;
|
||||
};
|
||||
_file = ./misc.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,5 +56,5 @@ inputs:
|
|||
use-xdg-base-directories = true;
|
||||
auto-allocate-uids = true;
|
||||
};
|
||||
_file = ./nix.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,5 +159,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
_file = ./shell.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
||||
};
|
||||
};
|
||||
_file = ./sops.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,5 +98,5 @@ in
|
|||
};
|
||||
})
|
||||
];
|
||||
_file = ./theming.nix;
|
||||
#_file
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue