parent
f037d1dd80
commit
2637817c9c
20 changed files with 8 additions and 12 deletions
27
hosts/cl-00-00/system/configuration/default.nix
Executable file
27
hosts/cl-00-00/system/configuration/default.nix
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
{ outputs
|
||||
, ...
|
||||
}:
|
||||
|
||||
let
|
||||
modules = outputs.nixosModules;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
modules.shells
|
||||
|
||||
./sops.nix
|
||||
./forgejo.nix
|
||||
./gc.nix
|
||||
./postgres.nix
|
||||
./ssh.nix
|
||||
./traefik.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
custom = {
|
||||
shells.fish = {
|
||||
enable = true;
|
||||
defaultFor = [ "root" "kurisu" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue