hosts: fmt
Some checks failed
flake check / check (push) Successful in 9m20s
fmt check / check (push) Has been cancelled
Some checks failed
flake check / check (push) Successful in 9m20s
fmt check / check (push) Has been cancelled
This commit is contained in:
parent
d7e37a7e13
commit
7a6c01f6cc
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
device = "192.168.1.199:/mnt/Sutoreji/twitchlogs";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
|
||||
fileSystems."/nas/restic" = {
|
||||
device = "192.168.1.199:/mnt/Sutoreji/nix-restic-data/sakura";
|
||||
fsType = "nfs";
|
||||
|
@ -30,7 +30,7 @@
|
|||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/c5afba13-f1af-4e7f-994b-f565c52d92fc";}
|
||||
];
|
||||
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/bd7ccb73-6f85-4b3d-b37f-5cff58a6ab59";}
|
||||
];
|
||||
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
Loading…
Reference in a new issue