Rework common profile into module system

This commit is contained in:
Charlotte Van Petegem 2020-12-05 13:39:22 +01:00
parent 9d2e54547c
commit 9fdec35027
No known key found for this signature in database
GPG key ID: 019E764B7184435A
29 changed files with 288 additions and 214 deletions

View file

@ -3,9 +3,6 @@
{
imports = [
./hardware.nix
../../configurations/eid.nix
../../profiles/bluetooth.nix
../../profiles/common.nix
../../profiles/graphical.nix
];
@ -20,8 +17,11 @@
chvp = {
stateVersion = "20.09";
graphical = true;
bluetooth.enable = true;
docker.enable = true;
eid.enable = true;
git.email = "charlotte.vanpetegem@ugent.be";
nix.enableUnfree = true;
zfs = {
enable = true;
encrypted = true;

View file

@ -3,9 +3,6 @@
{
imports = [
./hardware.nix
../../configurations/eid.nix
../../profiles/bluetooth.nix
../../profiles/common.nix
../../profiles/graphical.nix
];
@ -20,8 +17,11 @@
chvp = {
stateVersion = "20.09";
graphical = true;
bluetooth.enable = true;
docker.enable = true;
eid.enable = true;
git.email = "charlotte@vanpetegem.me";
nix.enableUnfree = true;
zfs = {
enable = true;
encrypted = true;

View file

@ -18,6 +18,7 @@
docker.enable = true;
nginx.enable = true;
ovh.enable = true;
smartd.enable = true;
sshd.enable = true;
syncthing-server.enable = true;
zfs = {

View file

@ -18,6 +18,7 @@
docker.enable = true;
nginx.enable = true;
ovh.enable = true;
smartd.enable = true;
sshd.enable = true;
zfs = {
enable = true;