Remove dangling old secrets implementation.
This commit is contained in:
parent
54a3be635b
commit
11b0dd4f1e
1 changed files with 0 additions and 3 deletions
|
|
@ -32,9 +32,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
# ./secrets/secrets.nix # Add this locally after running add-secrets.zsh
|
|
||||||
# Optionally import local secrets if present (won't fail if missing)
|
|
||||||
(lib.optional (builtins.pathExists ./secrets/secrets.nix) ./secrets/secrets.nix)
|
|
||||||
./modules/desktop-manager/sway_greetd_homemanager.nix
|
./modules/desktop-manager/sway_greetd_homemanager.nix
|
||||||
./modules/local/hostname_username.nix
|
./modules/local/hostname_username.nix
|
||||||
./modules/local/networking_local.nix
|
./modules/local/networking_local.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue