Apparently, depot could be stopped. Who knew?
4
.gitmodules
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
[submodule "depot/trusted"]
|
[submodule "config/trusted"]
|
||||||
path = depot/trusted
|
path = config/trusted
|
||||||
branch = main
|
branch = main
|
||||||
url = "https://git.kittywit.ch/kat/nixfiles-trusted.git"
|
url = "https://git.kittywit.ch/kat/nixfiles-trusted.git"
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,12 @@ with lib;
|
||||||
config = {
|
config = {
|
||||||
network.importing = {
|
network.importing = {
|
||||||
nixosImports = mkDefault (map (path: toString path) [
|
nixosImports = mkDefault (map (path: toString path) [
|
||||||
(root + "/depot/hosts/HN/nixos.nix")
|
(root + "/config/hosts/HN/nixos.nix")
|
||||||
(root + "/depot/trusted/hosts/HN/nixos.nix")
|
(root + "/config/trusted/hosts/HN/nixos.nix")
|
||||||
]);
|
]);
|
||||||
homeImports = mkDefault (map (path: toString path) [
|
homeImports = mkDefault (map (path: toString path) [
|
||||||
(root + "/depot/hosts/HN/home.nix")
|
(root + "/config/hosts/HN/home.nix")
|
||||||
(root + "/depot/trusted/hosts/HN/home.nix")
|
(root + "/config/trusted/hosts/HN/home.nix")
|
||||||
]);
|
]);
|
||||||
users = mkDefault (singleton "kat");
|
users = mkDefault (singleton "kat");
|
||||||
};
|
};
|
||||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |