Update Lilim config.
This commit is contained in:
parent
f6a24ff9f6
commit
775bc3a9f4
2 changed files with 22 additions and 10 deletions
|
@ -9,7 +9,8 @@ with lib;
|
|||
config.machine = {
|
||||
allowUnfree = true;
|
||||
hostName = "Lilim";
|
||||
administrators = [ { name = "derped"; id = 1337; } ];
|
||||
useNetworkd = true;
|
||||
administrators = [ { name = "derped"; id = 1337; } { name = "testy"; id = 1338; } ];
|
||||
conffiles = [
|
||||
"etcfiles"
|
||||
"etcvars"
|
||||
|
@ -20,21 +21,23 @@ with lib;
|
|||
"base"
|
||||
"cpp"
|
||||
"dict"
|
||||
"nodejs"
|
||||
"latex"
|
||||
"emacs"
|
||||
"emacs::company"
|
||||
"emacs::direnv"
|
||||
"emacs::doom-modeline"
|
||||
"emacs::doom-themes"
|
||||
"emacs::elpy"
|
||||
"emacs::fcitx"
|
||||
"emacs::flycheck"
|
||||
"emacs::flyspell"
|
||||
"emacs::latex"
|
||||
"emacs::lsp"
|
||||
"emacs::magit"
|
||||
"emacs::mu4e"
|
||||
"emacs::elfeed"
|
||||
"emacs::nix-mode"
|
||||
"emacs::org"
|
||||
"emacs::rust"
|
||||
"emacs::transmission"
|
||||
"emacs::web-mode"
|
||||
"emacs::yasnippet"
|
||||
|
@ -42,16 +45,17 @@ with lib;
|
|||
"haskell"
|
||||
"mail_utils"
|
||||
"python3"
|
||||
"rustpkgs"
|
||||
"xpkgs"
|
||||
# "emacs::lsp"
|
||||
# "emacs::powerline"
|
||||
# "emacs::solarized-theme"
|
||||
];
|
||||
services = [
|
||||
"bind"
|
||||
"desktop"
|
||||
"udev"
|
||||
"cups"
|
||||
"mullvad"
|
||||
"mariaDB"
|
||||
"nspawn"
|
||||
"docker"
|
||||
];
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue