defaults. programs. etc.
This commit is contained in:
parent
1f0244a5a1
commit
1fed7260bb
2 changed files with 14 additions and 2 deletions
2
deploy
2
deploy
|
|
@ -1 +1 @@
|
||||||
nix run nixpkgs#nixos-rebuild -- switch --flake .#soleo --target-host root@178.156.171.49 --build-on-remote
|
nixos-rebuild switch --flake .#soleo
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ modulesPath, ... }: {
|
{ pkgs, modulesPath, ... }: {
|
||||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix") ];
|
(modulesPath + "/profiles/qemu-guest.nix") ];
|
||||||
|
|
||||||
|
|
@ -60,5 +60,17 @@
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
git
|
||||||
|
forgejo
|
||||||
|
];
|
||||||
|
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
viAlias = true;
|
||||||
|
vimAlias = true;
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue