push
This commit is contained in:
35
modules/hosts/box/box.nix
Normal file
35
modules/hosts/box/box.nix
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
{ den, ... }: {
|
||||
den.aspects.box = {
|
||||
includes = with den.aspects; [
|
||||
den.provides.home-manager
|
||||
syncthing
|
||||
fish
|
||||
|
||||
cloudflared
|
||||
searxng
|
||||
copyparty
|
||||
glances
|
||||
#invidious
|
||||
mailserver
|
||||
matrix
|
||||
redlib
|
||||
sish
|
||||
vscode-server
|
||||
dns
|
||||
openssh
|
||||
];
|
||||
|
||||
nixos = {
|
||||
networking.hostName = "box";
|
||||
|
||||
users.users.levi = {
|
||||
isNormalUser = true;
|
||||
description = "levi";
|
||||
extraGroups = [];
|
||||
|
||||
hashedPasswordFile = "/home/bug/users/levi.passwd";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user