feat: rebuit jones to make it be able to be rebooted
This commit is contained in:
parent
35f6d63c10
commit
6ea0240a3a
42 changed files with 124 additions and 121 deletions
|
@ -7,8 +7,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/virtualisation/proxmox-lxc.nix")
|
||||
|
||||
# for the secrets
|
||||
inputs.agenix.nixosModules.default
|
||||
|
||||
|
@ -25,6 +23,8 @@
|
|||
../applications/restic.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
nix = {
|
||||
settings = {
|
||||
# flakes are essensial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue