feat,fix: cach up hostkey0 with structure changes, update x13s and config firewall
This commit is contained in:
parent
b144c4501f
commit
f779649c0c
8 changed files with 79 additions and 58 deletions
|
@ -22,6 +22,7 @@ in {
|
|||
repoFlake.inputs.sops-nix.nixosModules.sops
|
||||
|
||||
../../profiles/common/user.nix
|
||||
../../snippets/nix-settings.nix
|
||||
../../snippets/nix-settings-holo-chain.nix
|
||||
|
||||
# TODO
|
||||
|
@ -29,20 +30,14 @@ in {
|
|||
# ./monitoring.nix
|
||||
|
||||
# user config
|
||||
../../snippets/home-manager-with-zsh.nix
|
||||
{
|
||||
users.commonUsers = {
|
||||
enable = true;
|
||||
enableNonRoot = true;
|
||||
};
|
||||
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.nix {
|
||||
inherit pkgs;
|
||||
};
|
||||
|
||||
home-manager.users.steveej = {pkgs, ...}: {
|
||||
imports = [
|
||||
../../../home-manager/configuration/text-minimal.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.nil
|
||||
pkgs.rnix-lsp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue