add some helper scripts

This commit is contained in:
2023-11-10 21:03:33 +01:00
parent d4619a2f9e
commit a9153b7c4c
7 changed files with 175 additions and 3 deletions

View File

@@ -9,6 +9,8 @@
"profiles/base.nix"
];
nixpkgs.overlays = [ (import ./packages) ];
networking.hostName = "netalis-nixos-iso";
isoImage.isoBaseName = "netalis-nixos-iso";
@@ -67,6 +69,10 @@
# Some compression/archiver tools.
unzip
zip
# own packages
netali-configure-net-ruby
netali-default-config-ruby
];
time.timeZone = "Europe/Berlin";