Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-18 23:29:49 +00:00
parent e23e71560f
commit bcad2979bf
10 changed files with 146 additions and 117 deletions

View File

@@ -1,4 +1,5 @@
{
config,
inputs,
lib,
pkgs,
@@ -23,7 +24,6 @@
../common/system/configs/git
../common/system/configs/gpg-agent
../common/system/configs/impermanence
../common/system/configs/libvirt
../common/system/configs/lsof
../common/system/configs/ncdu
../common/system/configs/neovim
@@ -51,7 +51,7 @@
./users/nikara
];
networking.hostName = "sas";
networking.hostName = "elara";
i18n.defaultLocale = "en_US.UTF-8";
sops.defaultSopsFile = ./secrets/secrets.yaml;
@@ -110,6 +110,9 @@
];
};
environment.impermanence.device =
config.disko.devices.disk.usb.content.partitions.root.content.name;
nixpkgs = {
hostPlatform = "x86_64-linux";

View File

@@ -4,7 +4,7 @@
}:
{
disko.devices = {
disk.main = {
disk.usb = {
inherit device;
type = "disk";
content = {
@@ -30,7 +30,7 @@
name = "root";
size = "100%";
content = {
name = "luks";
name = "usb";
type = "luks";
settings = {
allowDiscards = true;

View File

@@ -109,7 +109,7 @@ in
"globalprotect/gateway".sopsFile = ../../../../secrets/sas/secrets.yaml;
};
theme.wallpaper = ../../../../static/wallpapers/clouds.png;
theme.wallpaper = ../../../../static/wallpapers/snow.jpg;
programs.obsidian.vaults."Documents/Obsidian/master".enable = true;
};