diff options
author | Alan Pearce | 2019-10-04 21:24:12 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 21:24:12 +0200 |
commit | f9d0338e439c21f7766699129c4c693d1e72c721 (patch) | |
tree | 2696c5d88a7f46734cbb6bdf79730b188dda0462 | |
parent | 88937aa1a2eaad74946fe3eaf3ea5d2ff51ab027 (diff) | |
download | nixfiles-f9d0338e439c21f7766699129c4c693d1e72c721.tar.lz nixfiles-f9d0338e439c21f7766699129c4c693d1e72c721.tar.zst nixfiles-f9d0338e439c21f7766699129c4c693d1e72c721.zip |
prefect: use nixos config
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 2b4c1ccf..dc423d28 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -7,7 +7,7 @@ ./modules/base.nix ./modules/configuration/berlin.nix ./modules/configuration/british-english.nix - ./modules/configuration/nix.nix + ./modules/configuration/nixos.nix ./modules/configuration/user.nix ./modules/development/base.nix ./modules/development/lisp.nix |