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
|
# INITIAL system version
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
||||||
|
|||||||
@@ -51,11 +51,6 @@
|
|||||||
options.mountpoint = "/nix";
|
options.mountpoint = "/nix";
|
||||||
mountpoint = "/nix";
|
mountpoint = "/nix";
|
||||||
};
|
};
|
||||||
"home" = {
|
|
||||||
type = "zfs_fs";
|
|
||||||
options.mountpoint = "/home";
|
|
||||||
mountpoint = "/home";
|
|
||||||
};
|
|
||||||
"persist" = {
|
"persist" = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
options.mountpoint = "/persist";
|
options.mountpoint = "/persist";
|
||||||
|
|||||||
Generated
+4
-4
@@ -185,11 +185,11 @@
|
|||||||
},
|
},
|
||||||
"quasiSecrets": {
|
"quasiSecrets": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745120256,
|
"lastModified": 1747776798,
|
||||||
"narHash": "sha256-aN18/9Kq0xgCCLzOt5SmtiQBU3GdaTMzkYDf5x6ms/8=",
|
"narHash": "sha256-rzCpxht8YLDndS/V43RD9Lr3Yv9BAdDC3HEB7Gk7Zq8=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "3f8f66a5a07d669ab530a7110913a50bf2a3394c",
|
"rev": "fa94af6a999c23277a8a286f046024fbe0bebecf",
|
||||||
"revCount": 9,
|
"revCount": 10,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets"
|
"url": "ssh://git@github.com/RoyDumblauskas/server-semi-secrets"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user