summaryrefslogtreecommitdiff
path: root/home/ebisu/core/system/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-30 22:30:46 -0700
committerFuwn <[email protected]>2024-10-30 22:30:46 -0700
commitca202b38df2d8214f0f204113095f92052240b64 (patch)
tree895a82d26bd2fca5c7acd8c8f53fb938e0fa9a49 /home/ebisu/core/system/default.nix
parentcore: put fail2ban and resolved behind options (diff)
downloadnixos-config-ca202b38df2d8214f0f204113095f92052240b64.tar.xz
nixos-config-ca202b38df2d8214f0f204113095f92052240b64.zip
core: move variables to core from kansai
Diffstat (limited to 'home/ebisu/core/system/default.nix')
-rw-r--r--home/ebisu/core/system/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/ebisu/core/system/default.nix b/home/ebisu/core/system/default.nix
index 6c9a64c..262662e 100644
--- a/home/ebisu/core/system/default.nix
+++ b/home/ebisu/core/system/default.nix
@@ -1,6 +1,7 @@
{
imports = [
./encryption
+ ./variables.nix
./xdg.nix
];
}