lituus up to date
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
suites = with profiles; rec {
|
||||
base = [ core users.root users.anish ];
|
||||
sealight = [ base server metrics gitea rss-bridge mount-mossnet ]; # matrix
|
||||
lituus = [ base server metrics sealight-website matrix ];
|
||||
lituus = [ base server metrics sealight-website matrix wireguard-server ];
|
||||
mossnet = [ base server taskd shaarli dns monitoring nfs gonic headphones radicale seafile syncthing dhyan calibre wallabag finance ]; # hpi sync.music
|
||||
cube = [ base site server ];
|
||||
graphical = [ base bluetooth music sync.kitaab sync.website sync.cal wifi desktop mimetypes ];
|
||||
@@ -173,7 +173,7 @@
|
||||
};
|
||||
users = {
|
||||
nixos = { suites, ... }: { imports = suites.hmBase; };
|
||||
anish = { suites, ... }: { imports = suites.gui; };
|
||||
# anish = { suites, ... }: { imports = suites.gui; };
|
||||
anishlakhwara = { suites, ... }: { imports = suites.work; };
|
||||
}; # digga.lib.importers.rakeLeaves ./users/hm;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user