Clean up base role
This commit is contained in:
parent
b2138a8591
commit
7a381c755e
5 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ in
|
||||||
[
|
[
|
||||||
../hardware/apu.nix
|
../hardware/apu.nix
|
||||||
../hardware/wle900vx.nix
|
../hardware/wle900vx.nix
|
||||||
../role/base.nix
|
../role/base
|
||||||
../role/networking/wwan.nix
|
../role/networking/wwan.nix
|
||||||
(import ../role/router.nix routerConfig)
|
(import ../role/router.nix routerConfig)
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/apu.nix
|
../hardware/apu.nix
|
||||||
../role/base.nix
|
../role/base
|
||||||
# ../role/router.nix #TODO
|
# ../role/router.nix #TODO
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/apu.nix
|
../hardware/apu.nix
|
||||||
../role/base.nix
|
../role/base
|
||||||
];
|
];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../hardware/nuc.nix
|
../hardware/nuc.nix
|
||||||
../role/base.nix
|
../role/base
|
||||||
../role/dropbear.nix
|
../role/dropbear.nix
|
||||||
(import ../role/backup.nix {systemdMount = "var-backup.mount"; borgArchiveFolder = "/var/backup/montalin";})
|
(import ../role/backup.nix {systemdMount = "var-backup.mount"; borgArchiveFolder = "/var/backup/montalin";})
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
# Default configuration for hosts
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
gitconfig.source = ./base/etc/gitconfig;
|
gitconfig.source = ./etc/gitconfig;
|
||||||
vimrc.source = ./base/etc/vimrc;
|
vimrc.source = ./etc/vimrc;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue