.
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
{
|
||||
networking.hostName = "loki-nixos"; # Define your hostname.
|
||||
imports = [ ../../nixos/custom.nix ];
|
||||
imports = [
|
||||
../../nixos/custom.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
];
|
||||
|
||||
fileSystems."/".options = [ "ssd" "noatime" "compress=zstd" ];
|
||||
swapDevices = [{
|
||||
|
||||
Reference in New Issue
Block a user