This commit is contained in:
2025-05-20 16:35:17 -05:00
parent a66a099b0b
commit db462733af
3 changed files with 4 additions and 14 deletions
-5
View File
@@ -206,11 +206,6 @@ in
];
};
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
# system.copySystemConfiguration = true;
# INITIAL system version
system.stateVersion = "24.11";
-5
View File
@@ -51,11 +51,6 @@
options.mountpoint = "/nix";
mountpoint = "/nix";
};
"home" = {
type = "zfs_fs";
options.mountpoint = "/home";
mountpoint = "/home";
};
"persist" = {
type = "zfs_fs";
options.mountpoint = "/persist";
+4 -4
View File
@@ -185,11 +185,11 @@
},
"quasiSecrets": {
"locked": {
"lastModified": 1745120256,
"narHash": "sha256-aN18/9Kq0xgCCLzOt5SmtiQBU3GdaTMzkYDf5x6ms/8=",
"lastModified": 1747776798,
"narHash": "sha256-rzCpxht8YLDndS/V43RD9Lr3Yv9BAdDC3HEB7Gk7Zq8=",
"ref": "refs/heads/main",
"rev": "3f8f66a5a07d669ab530a7110913a50bf2a3394c",
"revCount": 9,
"rev": "fa94af6a999c23277a8a286f046024fbe0bebecf",
"revCount": 10,
"type": "git",
"url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets"
},