ame: updates
Some checks failed
fmt check / check (push) Successful in 35s
flake check / check (push) Failing after 11m51s

This commit is contained in:
notohh 2024-01-11 07:51:55 -05:00
parent 7a6dc122b9
commit c4adbb05dd
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 2 additions and 7 deletions

View file

@ -23,11 +23,6 @@
fsType = "vfat";
};
fileSystems."/nas" = {
device = "192.168.1.199:/mnt/Sutoreji/ame";
fsType = "nfs";
};
swapDevices = [
{device = "/dev/disk/by-uuid/4f69ab31-f6a9-4799-92f1-5abbe0dc9180";}
];

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
imports = [
../../home
../../home/firefox
../../home/wezterm
../../home/zathura
../../home/zellij
@ -15,7 +16,6 @@
username = "notoh";
homeDirectory = "/home/notoh";
packages = with pkgs; [
floorp
discord
spotify-player
cinny-desktop

View file

@ -1,7 +1,7 @@
_: {
networking = {
networkmanager.enable = true;
nameservers = ["192.168.1.221"];
nameservers = ["192.168.1.103"];
firewall = {
enable = true;
};