This commit is contained in:
Alexander Szczepanski
2023-06-06 06:50:17 +02:00
parent 190943674a
commit 98677def9f
7 changed files with 113 additions and 133 deletions

View File

@ -3,7 +3,8 @@ let
secrets = import ../configs/secrets.nix;
be = import ../configs/borg-exclude.nix;
unstable = import <nixos-unstable> { config.allowUnfree = true; };
in {
in
{
imports = [ ../configs/common.nix ../configs/docker.nix ../configs/user.nix ];
fileSystems."/export/docker" = {

View File

@ -50,6 +50,9 @@ in {
borgbackup
btrfs-progs
cargo
dog
du-dust
duf
gnupg
gocryptfs
graphviz
@ -63,13 +66,14 @@ in {
man-pages
mlocate
nethogs
nil
nix-du
nix-tree
nixpkgs-fmt
nmap
nodejs
parallel
pciutils
# plocate
ruby
unixtools.xxd
unzip

View File

@ -2,7 +2,8 @@
let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
secrets = import ./secrets.nix;
in {
in
{
imports = [ <home-manager/nixos> ];
# Define a user account. Don't forget to set a password with passwd.
@ -46,7 +47,7 @@ in {
];
home = {
stateVersion = "22.05";
stateVersion = "23.05";
packages = with unstable.pkgs; [
atop
btop