Add Colmena to manage systems, use better pathing for smallfetch, use better mountpoints and hostnames from Colema
This commit is contained in:
parent
215ad6b1a7
commit
1f7d01bb4d
53 changed files with 254 additions and 166 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ config, lib, name, ... }:
|
||||
{
|
||||
imports = [
|
||||
./devices
|
||||
|
@ -13,4 +13,6 @@
|
|||
desktop.enable = mkEnableOption "Desktop apps and services";
|
||||
server.enable = mkEnableOption "Server apps and services";
|
||||
};
|
||||
|
||||
config.networking.hostName = name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue