This commit is contained in:
iFargle 2023-07-01 18:38:21 +09:00
parent 2e807684a3
commit ff4a23662f

View file

@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }: { { lib, config, pkgs, ... }: {
# Set the networking hostname: # Set the networking hostname:
networking.hostname = "nixos-laptop"; networking.hostName = "nixos-laptop";
# Enable swap on luks # Enable swap on luks
boot.initrd.luks.devices."luks-9704447e-6bd0-4a35-9c24-20cbab81c431".device = "/dev/disk/by-uuid/9704447e-6bd0-4a35-9c24-20cbab81c431"; boot.initrd.luks.devices."luks-9704447e-6bd0-4a35-9c24-20cbab81c431".device = "/dev/disk/by-uuid/9704447e-6bd0-4a35-9c24-20cbab81c431";