updates, try glusterfs

This commit is contained in:
2023-03-02 20:09:04 -05:00
parent 6fbb14e637
commit c344e97678
3 changed files with 3 additions and 18 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh #!/usr/bin/env sh
nixos-rebuild switch --fast --flake .#condoserver --target-host root@192.168.86.21 --build-host root@192.168.86.21 nixos-rebuild switch --fast --flake .#condoserver --target-host root@condoserver.room409.wg.test --build-host root@condoserver.room409.wg.test

18
flake.lock generated
View File

@@ -39,8 +39,7 @@
"root": { "root": {
"inputs": { "inputs": {
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs"
"vps_nixpkgs": "vps_nixpkgs"
} }
}, },
"utils": { "utils": {
@@ -57,21 +56,6 @@
"repo": "flake-utils", "repo": "flake-utils",
"type": "github" "type": "github"
} }
},
"vps_nixpkgs": {
"locked": {
"lastModified": 1677557473,
"narHash": "sha256-Zz69BtbX1XSVvB3qkoDaeBPpvJbr+ELIOpWDKyXX4TU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "44ac1cbea8621d6e18a2b0cbfa3d773ba04f3268",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -422,6 +422,7 @@
# don't suspend on lid close # don't suspend on lid close
services.logind.lidSwitch = "ignore"; services.logind.lidSwitch = "ignore";
services.glusterfs.enable = true;
networking.hostName = "condoserver"; # Define your hostname. networking.hostName = "condoserver"; # Define your hostname.
system.stateVersion = "22.11"; # Did you read the comment? system.stateVersion = "22.11"; # Did you read the comment?