update skinny
This commit is contained in:
parent
a4b90ac45a
commit
c2271eac15
1 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
networking.hostName = "skinnyv";
|
||||
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
initrd.luks.devices = {
|
||||
root =
|
||||
{
|
||||
|
@ -22,11 +22,11 @@
|
|||
|
||||
imports = [
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../boot.nix
|
||||
../common.nix
|
||||
../gfx-intel.nix
|
||||
../zerotier.nix
|
||||
../i3/system.nix
|
||||
../distributed-builds.nix
|
||||
../../boot.nix
|
||||
../../common.nix
|
||||
../../gfx-intel.nix
|
||||
../../zerotier.nix
|
||||
../../i3/system.nix
|
||||
../../distributed-builds.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue