diff options
Diffstat (limited to 'hosts/oracle')
-rw-r--r-- | hosts/oracle/home.nix | 2 |
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 = { |