nix/home: fix typo in filename

This commit is contained in:
steveej 2019-01-26 13:41:51 +01:00
parent 5add90f92e
commit 810c61216d
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
}: }:
{ {
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.txt; home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.nix;
services.syncthing = { services.syncthing = {
enable = true; enable = true;

View file

@ -4,7 +4,7 @@
imports = [ imports = [
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos" "${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
]; ];
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.txt; home-manager.users.root = import ../../../home-manager/configuration/text-minimal.nix;
nixpkgs.config = { nixpkgs.config = {
allowBroken = false; allowBroken = false;