Skip to content
Snippets Groups Projects
Commit 5993b1a8 authored by David Bernet's avatar David Bernet
Browse files

Update configuration.nix

parent b3679d47
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,13 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "ntfs" ];
fileSystems."/home/hexe/Dokumente/mnt" =
{ device = "/dev/sdb1";
fsType = "ntfs";
options = [ "rw" "uid=1000"];
};
networking.hostName = "artefakt"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
......@@ -104,11 +111,11 @@
vscode
cargo
obsidian
pavucontrol
rpi-imager
transmission
transmission-gtk
gnome.gnome-disk-utility
pavucontrol
rpi-imager
transmission
transmission-gtk
gnome.gnome-disk-utility
];
};
......@@ -156,4 +163,4 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment