Compare commits
2 commits
6ccf0a3005
...
59692155d1
Author | SHA1 | Date | |
---|---|---|---|
59692155d1 | |||
1e70628165 |
2 changed files with 7 additions and 1 deletions
6
hosts/cloud/proxy/caddy.nix
Normal file
6
hosts/cloud/proxy/caddy.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{}:
|
||||||
|
{
|
||||||
|
services.caddy = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -60,7 +60,7 @@
|
||||||
home = "/home/0xa";
|
home = "/home/0xa";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.emacs.defaultEditor = false;
|
services.emacs.defaultEditor = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue