mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
drop beszel
This commit is contained in:
parent
66f80ab557
commit
af4d3a6653
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ in
|
|||
imports = [
|
||||
self.nixosModules.default
|
||||
./configuration.nix
|
||||
(self + /modules/nixos/linux/beszel.nix)
|
||||
];
|
||||
|
||||
users.users.${flake.config.me.username}.linger = true;
|
||||
|
|
@ -58,6 +57,7 @@ in
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
7692
|
||||
];
|
||||
|
||||
# Workaround the annoying `Failed to start Network Manager Wait Online` error on switch.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue