Bump flake.lock

This commit is contained in:
BuyMyMojo 2025-03-27 03:45:11 +11:00
parent 59ce492ea1
commit 4b14e7fad0
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 6 additions and 9 deletions

View file

@ -26,8 +26,6 @@
inputs.ucodenix.nixosModules.default
];
# Use the latest linux Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
@ -266,7 +264,6 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";