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";
|
networking.hostName = "skinnyv";
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest_hardened;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
initrd.luks.devices = {
|
initrd.luks.devices = {
|
||||||
root =
|
root =
|
||||||
{
|
{
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
/etc/nixos/hardware-configuration.nix
|
/etc/nixos/hardware-configuration.nix
|
||||||
../boot.nix
|
../../boot.nix
|
||||||
../common.nix
|
../../common.nix
|
||||||
../gfx-intel.nix
|
../../gfx-intel.nix
|
||||||
../zerotier.nix
|
../../zerotier.nix
|
||||||
../i3/system.nix
|
../../i3/system.nix
|
||||||
../distributed-builds.nix
|
../../distributed-builds.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue