Way too massive refactoring
This commit is contained in:
parent
113d68be68
commit
24aac9708b
49 changed files with 481 additions and 407 deletions
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [ ../base.nix ];
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ../shared/base.nix ];
|
||||
|
||||
# Networking conf including WireGuard
|
||||
networking = {
|
||||
|
@ -42,7 +47,7 @@
|
|||
};
|
||||
users.groups.worker.gid = 1001;
|
||||
|
||||
system.autoUpgrade.allowReboot = pkgs.lib.mkForce false;
|
||||
system.autoUpgrade.allowReboot = lib.mkForce false;
|
||||
|
||||
programs.rust-motd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue