diff options
| author | Mel <einebeere@gmail.com> | 2023-09-25 18:23:14 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-09-25 18:23:14 +0200 |
| commit | 664ed0dcd9d28b7f9896d62e69f47d4d889526a7 (patch) | |
| tree | fdde01cadba89d0edd4e32b2ff3eeb63788873fc /configuration.nix | |
| parent | 06900b906fb64df473a5955b21c64ede4616d378 (diff) | |
| download | rnrd-664ed0dcd9d28b7f9896d62e69f47d4d889526a7.tar.zst rnrd-664ed0dcd9d28b7f9896d62e69f47d4d889526a7.zip | |
Fix typo and add git
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 24ae7e3..2b67297 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,7 @@ in imports = [ (./hardware + "/${me.name}.nix") - (./machine + "/${me.name}.nix") + (./machines + "/${me.name}.nix") ]; boot.loader.systemd-boot.enable = true; @@ -60,6 +60,7 @@ in programs = { fish.enable = true; + git.enable = true; }; services.nginx.virtualHosts = { |
