Overhaul
This commit is contained in:
parent
b89303566a
commit
f9132abd53
12 changed files with 332 additions and 30 deletions
|
|
@ -6,14 +6,22 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.agenix.packages."${system}".default
|
||||
home-manager
|
||||
neovim
|
||||
git
|
||||
tree
|
||||
wget
|
||||
tmux
|
||||
];
|
||||
|
||||
users.users."nixos" = {
|
||||
isNormalUser = true;
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
@ -24,8 +32,9 @@
|
|||
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 22 ];
|
||||
enable = true;
|
||||
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue