Compare commits
2 commits
beba4fb0f6
...
3573613033
Author | SHA1 | Date | |
---|---|---|---|
3573613033 | |||
d23d53d5fc |
2 changed files with 1 additions and 4 deletions
|
@ -18,8 +18,6 @@ lib.extra.mkConfig {
|
|||
];
|
||||
|
||||
services.netbird.enable = true;
|
||||
|
||||
dgn-hardware.useBcachefs = true;
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue