Compare commits

..

3 Commits

Author SHA1 Message Date
Flake Bot
7aa8536956 Bump flake.lock
Some checks are pending
Flake.lock / build (push) Waiting to run
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-16 21:08:57 +00:00
3d4918e029 disable mroe settings 2024-09-16 23:07:03 +02:00
e298d57a5c disable flake update 2024-09-16 23:04:36 +02:00

View File

@ -9,12 +9,12 @@
persistent = true; persistent = true;
flake = "github:Moe1369/nixos-config#${hostName}"; flake = "github:Moe1369/nixos-config#${hostName}";
flags = [ flags = [
"--update-input" "nixpkgs" #"--update-input" "nixpkgs"
"--update-input" "home-manager" #"--update-input" "home-manager"
"--update-input" "jovian" #"--update-input" "jovian"
"--update-input" "nix-flatpak" #"--update-input" "nix-flatpak"
"-L" #"-L"
"--commit-lock-file" #"--commit-lock-file"
]; ];
allowReboot = false; allowReboot = false;
}; };