diff --git a/users/willifan/Anton/default.nix b/users/willifan/Anton/default.nix new file mode 100644 index 0000000..c7f8b4f --- /dev/null +++ b/users/willifan/Anton/default.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + +} \ No newline at end of file diff --git a/users/willifan/default.nix b/users/willifan/default.nix index 992d3b0..cbb0a6c 100644 --- a/users/willifan/default.nix +++ b/users/willifan/default.nix @@ -2,7 +2,7 @@ { imports = [ ./common -# ./${type} -# ./${hostname} + ./${type} + ./${hostname} ]; } diff --git a/users/willifan/server/default.nix b/users/willifan/server/default.nix new file mode 100644 index 0000000..c7f8b4f --- /dev/null +++ b/users/willifan/server/default.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + +} \ No newline at end of file