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