Graduate eirene
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
./hardware
|
||||
|
||||
../common/configs/system/boot
|
||||
../common/configs/system/brightnessctl
|
||||
../common/configs/system/btrfs
|
||||
../common/configs/system/cpu
|
||||
../common/configs/system/documentation
|
||||
../common/configs/system/git
|
||||
../common/configs/system/impermanence
|
||||
@@ -36,17 +38,18 @@
|
||||
# TODO: DNS for .local
|
||||
networking.hostName = "jupiter";
|
||||
|
||||
fileSystems."/mnt/storage" = {
|
||||
label = "storage";
|
||||
fsType = "btrfs";
|
||||
options = [
|
||||
"x-initrd.mount"
|
||||
"defaults"
|
||||
"subvol=@"
|
||||
"compress=zstd:5"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
# TODO: Enable
|
||||
# fileSystems."/mnt/storage" = {
|
||||
# label = "storage";
|
||||
# fsType = "btrfs";
|
||||
# options = [
|
||||
# "x-initrd.mount"
|
||||
# "defaults"
|
||||
# "subvol=@"
|
||||
# "compress=zstd:5"
|
||||
# "noatime"
|
||||
# ];
|
||||
# };
|
||||
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEWDA5vnIB7KE2VG28Ovg5rXtQqxFwMXsfozLsH0BNZS nick@karaolidis.com"
|
||||
|
Reference in New Issue
Block a user