Fix warnings

This commit is contained in:
2026-02-27 01:03:11 +00:00
parent 0bfdb5858c
commit 136bb97941
3 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
description = "Stationette nix config";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
disko.url = "github:nix-community/disko/latest";
impermanence.url = "github:nix-community/impermanence";
home-manager.url = "github:nix-community/home-manager/release-25.11";
@@ -60,6 +60,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "fmask=0022" "dmask=0022" "umask=0077" ];
};
};
root = {