Compare commits

..

6 commits

Author SHA1 Message Date
alydev
10e5afd741 update
Some checks failed
/ Check (push) Has been cancelled
2025-09-28 15:35:06 +10:00
alydev
af34cfdcdf update 2025-09-28 15:34:36 +10:00
alydev
c4f365df53 update 2025-09-28 15:29:53 +10:00
alydev
22a349a7a9 update 2025-09-28 15:25:36 +10:00
alydev
b88e97609c update 2025-09-28 15:22:57 +10:00
alydev
22667daba3 update 2025-09-28 15:17:16 +10:00
2 changed files with 9 additions and 4 deletions

View file

@ -37,6 +37,11 @@
./hw/aly-laptop.nix
./system/aly-laptop.nix
./system/global.nix
{
environment.systemPackages = [
nix-search.packages.x86_64-linux.default
];
}
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;

View file

@ -3,10 +3,10 @@
services.openvpn.servers = {
laptop = { config = '' config /home/aly/.secrets/laptop.ovpn ''; };
};
fileSystems."/home/aly/Music" = {
device = "//10.8.0.4/media/music";
fsType = "cifs";
options = ["x-systemd.requires=openvpn-laptop.service,x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"];
fileSystems."/mnt/storage" = {
device = "aly@lan.aly.pet:/mnt/storage";
fsType = "sshfs";
options = ["nodev,noatime,allow_other,IdentityFile=/home/aly/.ssh/id_ed25519"];
};
services.logind = {
lidSwitch = "suspend";