IDK
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Generated
+4
-4
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user