Apparently, depot could be stopped. Who knew?

This commit is contained in:
kat witch 2021-08-18 02:25:15 +01:00
parent c3fe9a355e
commit b383c70492
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
196 changed files with 21 additions and 21 deletions

4
.gitmodules vendored
View file

@ -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"

View file

@ -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");
}; };

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more