hosts: fmt
Some checks failed
flake check / check (push) Successful in 9m20s
fmt check / check (push) Has been cancelled

This commit is contained in:
notohh 2023-12-31 14:54:38 -05:00
parent d7e37a7e13
commit 7a6c01f6cc
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 3 deletions

View file

@ -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";

View file

@ -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";