summaryrefslogtreecommitdiff
path: root/hosts/oracle
diff options
context:
space:
mode:
authorShubham Saini <ssaini@fispan.com>2023-09-30 04:10:31 +0000
committerShubham Saini <ssaini@fispan.com>2023-09-30 04:10:31 +0000
commit446e96a221943c1eb0a92d5b4d36bdc9a7f87686 (patch)
treef9c34f00afaca62677394545e84d6672fac3c679 /hosts/oracle
parentb3a030f155d2e567f16c7901a756066957173cc2 (diff)
module path fix
Diffstat (limited to 'hosts/oracle')
-rw-r--r--hosts/oracle/home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/oracle/home.nix b/hosts/oracle/home.nix
index 0ec8399..a124bd1 100644
--- a/hosts/oracle/home.nix
+++ b/hosts/oracle/home.nix
@@ -25,7 +25,7 @@
25 ]; 25 ];
26 26
27 imports = [ 27 imports = [
28 ./modules/common.nix 28 ../../modules/common.nix
29 ]; 29 ];
30 30
31 services.gpg-agent = { 31 services.gpg-agent = {