Fixed missing user configs for Anton and server
This commit is contained in:
parent
79022428c3
commit
84b5e3150a
3 changed files with 10 additions and 2 deletions
4
users/willifan/Anton/default.nix
Normal file
4
users/willifan/Anton/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./common
|
./common
|
||||||
# ./${type}
|
./${type}
|
||||||
# ./${hostname}
|
./${hostname}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
4
users/willifan/server/default.nix
Normal file
4
users/willifan/server/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue