Compare commits

...

2 commits

Author SHA1 Message Date
3573613033 feat(web02): Don't specify a kernel version
All checks were successful
build configuration / build_rescue01 (push) Successful in 1m9s
build configuration / build_storage01 (push) Successful in 1m13s
build configuration / build_compute01 (push) Successful in 1m17s
build configuration / build_vault01 (push) Successful in 1m30s
build configuration / build_web02 (push) Successful in 1m30s
lint / check (push) Successful in 24s
build configuration / build_web01 (push) Successful in 1m36s
2024-04-07 21:31:48 +02:00
d23d53d5fc feat(vault01): Disable bcachefs 2024-04-07 21:29:18 +02:00
2 changed files with 1 additions and 4 deletions

View file

@ -18,8 +18,6 @@ lib.extra.mkConfig {
];
services.netbird.enable = true;
dgn-hardware.useBcachefs = true;
};
root = ./.;

View file

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ pkgs, modulesPath, ... }:
{ modulesPath, ... }:
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
@ -21,7 +21,6 @@
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
};
fileSystems = {