Skip to content

Commit 6a8b33f

Browse files
committed
update config
1 parent 9e52909 commit 6a8b33f

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

hosts/rpi5/configuration.nix

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,16 @@
1010
i18n.defaultLocale = "en_DK.UTF-8";
1111
console.keyMap = "dk-latin1";
1212

13-
# fileSystems."/boot" = {
14-
# device = "/dev/disk/by-uuid/2178-694E";
15-
# fsType = "vfat";
16-
# };
17-
1813
fileSystems."/boot" = {
1914
device = "/dev/disk/by-uuid/4BE3-15FF";
2015
fsType = "vfat";
2116
};
2217

2318
fileSystems."/" = {
2419
device = "/dev/disk/by-uuid/8b57d8e1-2422-44bd-bc49-38af5feb820b";
25-
# device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
2620
fsType = "ext4";
2721
};
2822

29-
# fileSystems."/mnt/nvme" = {
30-
# device = "/dev/disk/by-uuid/f4b9e8f5-9181-4d59-8ac3-cedeac9e8d81";
31-
# # device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
32-
# fsType = "ext4";
33-
# };
34-
3523
swapDevices = [
3624
{ device = "/dev/disk/by-uuid/820d1ec4-7d6e-46cf-bcdd-0f6a138a19b4"; }
3725
];
@@ -155,18 +143,6 @@
155143
iptables -A INPUT -p tcp --dport 22 -s 192.168.1.0/24 -j ACCEPT
156144
'';
157145

158-
# fileSystems."/" = {
159-
# device = "/dev/nvme0n1p2";
160-
# fsType = "ext4";
161-
# };
162-
163-
# swapDevices = [
164-
# {
165-
# device = "/var/lib/swapfile";
166-
# size = 16 * 1024;
167-
# } # For an 8GB swap file (size is in MiB)
168-
# ];
169-
170146
nix = {
171147
settings = {
172148
auto-optimise-store = true;
@@ -190,14 +166,14 @@
190166

191167
environment.systemPackages = with pkgs; [
192168
vim
193-
# helix
169+
helix
194170
git
195171
# bluez
196172
# bluez-tools
197173
unzip
198174
raspberrypi-eeprom
199175
rpi-imager
200-
# yazi
176+
yazi
201177
];
202178
system.stateVersion = "25.11";
203179
# raspberry-pi-nix = {

0 commit comments

Comments
 (0)