pluh 🗣
This commit is contained in:
parent
668140531b
commit
516b647ed4
35 changed files with 204 additions and 119 deletions
5
hosts/headful/flamingo/librewolf.nix
Normal file
5
hosts/headful/flamingo/librewolf.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.flatpak.packages = [
|
||||
"io.gitlab.librewolf-community"
|
||||
];
|
||||
}
|
5
hosts/headful/glacier/librewolf.nix
Normal file
5
hosts/headful/glacier/librewolf.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.flatpak.packages = [
|
||||
"io.gitlab.librewolf-community"
|
||||
];
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
services.flatpak.packages = [
|
||||
"org.mozilla.firefox"
|
||||
"com.valvesoftware.Steam"
|
||||
];
|
||||
}
|
9
hosts/headless/abacus/headscale.nix
Normal file
9
hosts/headless/abacus/headscale.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.headscale = {
|
||||
enable = true;
|
||||
address = "127.0.0.1";
|
||||
port = 3122; # TODO
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
}
|
5
hosts/kiosk/insomniac/librewolf.nix
Normal file
5
hosts/kiosk/insomniac/librewolf.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
services.flatpak.packages = [
|
||||
"io.gitlab.librewolf-community"
|
||||
];
|
||||
}
|
|
@ -6,7 +6,7 @@
|
|||
inherit (config.users) mainUser;
|
||||
in {
|
||||
users = {
|
||||
mainUser = lib.mkForce "user";
|
||||
users.${mainUser}.description = lib.mkForce "User";
|
||||
mainUser = lib.mkForce "insomniac";
|
||||
users.${mainUser}.description = lib.mkForce "Insomniac";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue